home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.arexx / comp.sys.amiga.programmer_4070_000004.msg < prev   
Encoding:
Text File  |  1994-11-27  |  1.7 KB  |  51 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: dd.chalmers.se!news.chalmers.se!sunic!EU.net!howland.reston.ans.net!darwin.sura.net!news-feed-2.peachnet.edu!concert!sas!mozart.unx.sas.com!jamie
  3. From: jamie@cdevil.unx.sas.com (James Cooper)
  4. Subject: Re: SAS 6.50 smake on Public Screen? et al
  5. Originator: jamie@cdevil.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <CJKqAD.Mo9@unx.sas.com>
  8. Date: Thu, 13 Jan 1994 15:13:24 GMT
  9. References:  <2h1lv6$1em@bronze.lcs.mit.edu>
  10. Nntp-Posting-Host: cdevil.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Keywords: SAS/C++
  13. Lines: 99
  14.  
  15.  
  16. [...]
  17.  
  18. >btw, I have an alternate solution, if anyone can help me code it in
  19. >ARexx (C I get.  C++ I'm starting to get.  MUMPS [M] I get.  ARexx
  20. >weirds me out.  dunno why).  The idea would be to do the following:
  21. >
  22. >1. Do all the setup stuff currently done by build.ttx
  23. >2. Programmatically flip the WB screen to front
  24. >3. Do the make.  Preferably having it not ask me to "Press RETURN to
  25. >continue..."  (any ideas on that one?  see the RTFM loop above :-)
  26. >4. Programatically flip the Turbotext screen to front.
  27. >
  28. >Couldn't get it to wait for the make to complete.
  29.  
  30. address command 'smake -w'
  31.  
  32. should do the trick.  ARexx will wait for an 'address command' to
  33. complete, since it knows its sending it out to another process.  If you
  34. just stick
  35.  
  36. 'smake -w'
  37.  
  38. in your script, ARexx will fire it off and go on with the rest of the
  39. script.
  40.  
  41. [...]
  42.  
  43. ---------------
  44. Jim Cooper
  45. (jamie@unx.sas.com)                             bix: jcooper
  46.  
  47. Any opinions expressed herein are mine (Mine, all mine!  Ha, ha, ha!),
  48. and not necessarily those of my employer.
  49.  
  50. Remember, "Euphemisms are for the differently brained."
  51.